Skip to content

fix(APIReferenceBase): Add type annotation for ctx parameter#40

Merged
GroophyLifefor merged 2 commits intomainfrom
fix/explicit-type-ctx
Apr 20, 2025
Merged

fix(APIReferenceBase): Add type annotation for ctx parameter#40
GroophyLifefor merged 2 commits intomainfrom
fix/explicit-type-ctx

Conversation

@mertssmnoglu
Copy link
Copy Markdown
Member

- yelix.app.get(this.path, (ctx) => {
+ yelix.app.get(this.path, (ctx: Ctx) => {

…ve method

Signed-off-by: Mert Şişmanoğlu <mertssmnoglu@gmail.com>
@mertssmnoglu mertssmnoglu self-assigned this Apr 20, 2025
Copy link
Copy Markdown
Member

@GroophyLifefor GroophyLifefor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you bump library version patch to 0.1.45 ?

Signed-off-by: Mert Şişmanoğlu <mertssmnoglu@gmail.com>
@mertssmnoglu
Copy link
Copy Markdown
Member Author

Can you bump library version patch to 0.1.45 ?

Done

@GroophyLifefor GroophyLifefor self-requested a review April 20, 2025 11:30
Copy link
Copy Markdown
Member

@GroophyLifefor GroophyLifefor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love it <3

@GroophyLifefor GroophyLifefor merged commit 56e124b into main Apr 20, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants